Skip to main content

Forward Mail

Forwards an email.

Input

  • Body: The email's body
    • Type: System.String
  • Message: The email forward
    • Type: Microsoft.Graph.Message
    • Required
  • New Subject: The new subject of the email. If left blank, the original subject is used.
    • Type: System.String

Options

  • Is Draft: Specifies whether the message should be saved as draft instead of being sent.
    • Type: System.Boolean

Attachments

  • Attachments Collection: An additional list of files to be attached to the email.
    • Type: System.Collections.Generic.IEnumerable<System.String>

Recipients

  • Bcc: The hidden recipients of the email.
    • Type: System.String[]
  • Cc: The secondary recipients of email.
    • Type: System.String[]
  • To: The primary recipients of the email
    • Type: System.String[]

Details

  • It must be embedded within the scope of Microsoft Office 365 to be usable.